Installation of Apache Tomcat in Eclipse to run JSP and Servlets 1. Download JDK 2. Download and install: Eclipse IDE for Enterprise Java Developers 3. Download and install: Apache/Tomcat - http://tomcat.apache.org 4. Open Eclipse, create a new project - Dynamic Web Project. 5. Select Runtime Server - Select downloaded Apache/Tomcat folder 6. Run project, manually define a new server 7. New "Servers" project will appear in the Project Explorer. 8. It's normal to get a HTTP Status 404 - Not Found since template project is empty. 9. Add a new JSP file to the WebContent folder. Click on WebContent folder, select File->New->Other. Click on Web and select JSP File Re-run and page will show